home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / EnterCD 06_2004.iso / Internet / Bloomba 1.0.6 / Bloomba1706Installer.exe / saproxy / Disk1 / data1.cab / rules / 10_misc.cf next >
Encoding:
Text File  |  2004-03-01  |  7.1 KB  |  173 lines

  1. # SpamAssassin basic config file
  2. #
  3. # Please don't modify this file as your changes will be overwritten with
  4. # the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
  5. # See 'perldoc Mail::SpamAssassin::Conf' for details.
  6. #
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of either the Artistic License or the GNU General
  9. # Public License as published by the Free Software Foundation; either
  10. # version 1 of the License, or (at your option) any later version.
  11. #
  12. # See the file "License" in the top level of the SpamAssassin source
  13. # distribution for more details.
  14. #
  15. ###########################################################################
  16.  
  17. # Default template. Try to keep it under 78 columns (inside the the dots below).
  18. #      ........................................................................
  19. clear_report_template
  20. report SAproxy Pro has identified this email as Spam.
  21. report   
  22. report PREVIEW OF SPAM MESSAGE
  23. report ***********************************************************************
  24. report _PREVIEW_
  25. report ***********************************************************************
  26. report
  27. report The original message has been attached to this report so you can view it 
  28. report (if it isn't spam) or block similar emails in the future.
  29. report 
  30. report
  31. report Content analysis details:   (_HITS_ points, _REQD_ required)
  32. report
  33. report " pts rule name              description"
  34. report  ---- ---------------------- --------------------------------------------------
  35. report _SUMMARY_
  36. #      ........................................................................
  37.  
  38. # A 'contact address' users should contact for more info. (replaces
  39. # _CONTACTADDRESS_ above if present)
  40. report_contact    @@CONTACT_ADDRESS@@
  41.  
  42.  
  43. ###########################################################################
  44. # and now, a template for spam-trap responses.  If the first few lines
  45. # begin with "Xxxxxx: " where Xxxxxx is a header, they'll be used as
  46. # headers.
  47.  
  48. clear_spamtrap_template
  49. spamtrap Subject: this address is no longer available
  50.  
  51. spamtrap [this message has been automatically generated]
  52. spamtrap 
  53. spamtrap Please note that this address is no longer in use, and nowadays
  54. spamtrap receives nothing but unsolicited commercial mail.  Accordingly,
  55. spamtrap any mail sent to it is added to several spam-tracking databases,
  56. spamtrap then automatically deleted.
  57. spamtrap
  58. spamtrap If you genuinely want to contact the owner of the address, please
  59. spamtrap re-check your contact lists, or search the web, to find their
  60. spamtrap current e-mail address.
  61. spamtrap 
  62. spamtrap The mail you sent is reproduced in full below, for resending to
  63. spamtrap the correct address.  Sorry for the inconvenience!
  64. spamtrap 
  65. spamtrap [-- Signed: the SpamAssassin mail filter]
  66. spamtrap 
  67.  
  68. ###########################################################################
  69.  
  70. # Unsafe-for-viewing message report template.
  71. #
  72. #             ......................................................................
  73. clear_unsafe_report_template
  74. unsafe_report The original message was not completely plain text, and may be unsafe to
  75. unsafe_report open with some email clients; in particular, it may contain a virus,
  76. unsafe_report or confirm that your address can receive spam.  If you wish to view
  77. unsafe_report it, it may be safer to save it to a file and open it with an editor.
  78. #             ......................................................................
  79.  
  80. ###########################################################################
  81. # Database configuration options.
  82. #
  83. # user_scores_dsn MUST be in the form:
  84. # DBI:databasetype:databasename:hostname:port
  85. # ex. DBI:mysql:spamassassin:localhost
  86. #
  87. # user_scores_sql_username is the authorized username to connect to DSN
  88. # user_scores_sql_password is the password for the database username
  89.  
  90. #user_scores_dsn        DBI:mysql:spamassassin:localhost
  91. #user_scores_sql_username    spam
  92. #user_scores_sql_password    spamfilter
  93.  
  94. ###########################################################################
  95. # Automatic-whitelist directory, for the default db-based whitelist
  96. # backend.  By default, each user has their own, in their ~/spamassassin
  97. # directory with mode 0600, but for system-wide SpamAssassin use, you may
  98. # want to share this across all users; uncomment and customise the below
  99. # lines.  (Make sure the mode has --x bits set.)
  100.  
  101. # auto_whitelist_factor   0.5
  102.  
  103. # default: per-user whitelist:
  104. # auto_whitelist_path        ~/spamassassin/auto-whitelist
  105. # auto_whitelist_file_mode   0600
  106.  
  107. # use this for a system-wide whitelist:
  108. # auto_whitelist_path        /var/spool/spamassassin/auto-whitelist
  109. # auto_whitelist_file_mode   0666
  110.  
  111. ##########################################################################
  112. # Headers to be added to mail (can be overriden by users in
  113. # ~/spamassassin/user_prefs)
  114. # Make sure the header stays entirely on one line here
  115.  
  116. clear_headers
  117.  
  118. #X-Spam-Checker-Version: SpamAssassin 2.60-cvs (1.188-2003-05-24-exp)
  119. add_header all Checker-Version SpamAssassin _VERSION_ (_SUBVERSION_) (SAProxy Pro 2.5) on _HOSTNAME_
  120.  
  121. #X-Spam-Flag: YES
  122. add_header spam Flag _YESNOCAPS_
  123.  
  124. #X-Spam-Level: *************
  125. add_header all Level _STARS(*)_
  126.  
  127. #X-Spam-Status: Yes, hits=14.0 required=5.0 tests=BAYES_99,CALL_FREE
  128. #        DATE_IN_PAST_12_24,DCC_CHECK,DRASTIC_REDUCED,FROM_HAS_MIXED_NUMS
  129. #        FROM_HAS_MIXED_NUMS3,HOME_EMPLOYMENT,INVALID_DATE,INVALID_MSGID
  130. #        LINES_OF_YELLING,MSGID_HAS_NO_AT,NO_REAL_NAME,ONCE_IN_LIFETIME
  131. #        REMOVE_SUBJ,SMTPD_IN_RCVD,T_INVALID_DATE_2,T_INVALID_DATE_HMS
  132. #        UNDISC_RECIPS autolearn=spam version=2.60-cvs
  133. add_header all Status "_YESNO_, hits=_HITS_ required=_REQD_ tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_"
  134.  
  135. ###########################################################################
  136. # Default prefs values: users can override these in their 
  137. # ~/spamassassin/user_prefs files.
  138.  
  139. # How many hits before a mail is considered spam.
  140. required_hits           5
  141.  
  142. # Mail using locales used in these country codes will not be marked
  143. # as being possibly spam in a foreign language.
  144. ok_locales              all
  145.  
  146. # Mail using languages used in these country codes will not be marked
  147. # as being possibly spam in a foreign language.  This is an expensive
  148. # test, so it is set to "all" so the test will not be used by default.
  149. ok_languages            all
  150.  
  151. # Mail which scores outside this range will be fed back into SpamAssassin's
  152. # learning system automatically, to train the Bayesian scanner.
  153. bayes_auto_learn_threshold_nonspam    0.1
  154. bayes_auto_learn_threshold_spam        12.0
  155.  
  156. # Set this to 0 to turn off auto-learning.
  157. bayes_auto_learn            1
  158.  
  159. # report_safe controls the markup of spam. If you set it to 0, the message
  160. # body of spam messages will not be modified
  161. report_safe           1
  162.  
  163. # Some common prefs settings can be set here, to take effect site-wide
  164. # unless the user override them. See the user_prefs.template file for
  165. # explanations.
  166.  
  167. # rewrite_subject       0
  168. # subject_tag           *****SPAM*****
  169. # skip_rbl_checks       0
  170. # check_mx_attempts     2
  171. # check_mx_delay        5
  172.  
  173.